home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act8 / 00087.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  283 b   |  16 lines

  1. on exitFrame
  2.   global stink, stank, ogre
  3.   grabbuggy(ogre)
  4.   set stink to the frame
  5.   set pnum to random(7)
  6.   set psound to "bs" & pnum
  7.   setscript(psound)
  8.   sayit(ogre)
  9.   set stig to 1
  10.   puppetSound(0)
  11.   play frame "reward" & random(5)
  12.   go(stink)
  13.   updateStage()
  14.   go("begin")
  15. end
  16.